Loans API
Get Insurance Company Details
Description: This endpoint is used to get the insurance company details.
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: NA
Query Params: NA
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status": {
"success": true,
"code": "200",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"insuranceCompanyDetails":
[
{
"compCode": "1",
"compName": "الاولى للتأمين"
},
{
"compCode": "2",
"compName": "شركة القدس للتأمين"
},
{
"compCode": "3",
"compName": "شركة التأمين العامة العربية"
}
]
}
}